home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / sparm.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  261b  |  11 lines

  1. struct sparm {
  2. /*
  3.  * This structure containes parms for HS for
  4.  * sending data.
  5.  */
  6. unsigned char flag1 : 1; /*For ALLOCATE, YES or NO */
  7. unsigned char flag2 : 1; /*For FMH, YES or NO */
  8. unsigned char RSRV  : 2;
  9. unsigned char type  : 4; /* Type */
  10. };
  11.